ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TrendLine<T> Class / TrendLineOrder Property

In This Topic
    TrendLineOrder Property (TrendLine<T>)
    In This Topic
    Gets or sets the number of terms in a polynomial or fourier equation.
    Syntax
    'Declaration
     
    Public Property TrendLineOrder As Integer
    public int TrendLineOrder {get; set;}
    Remarks
    Set this value to an integer greater than 1. It works when the fitType is set to TrendLineFitType.Polynomial or TrendLineFitType.Fourier.
    See Also